home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / streaming / qtspacketizerreassembler.win / componentvideortp / rtpmpcomponentvideo / rtpmpcomponentvideo.mak < prev    next >
Encoding:
NMAKE  |  2000-06-23  |  11.1 KB  |  377 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on RTPMPComponentVideo.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=RTPMPComponentVideo - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to RTPMPComponentVideo - Win32\
  5.  Debug.
  6. !ENDIF 
  7.  
  8. !IF "$(CFG)" != "RTPMPComponentVideo - Win32 Release" && "$(CFG)" !=\
  9.  "RTPMPComponentVideo - Win32 Debug"
  10. !MESSAGE Invalid configuration "$(CFG)" specified.
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "RTPMPComponentVideo.mak"\
  15.  CFG="RTPMPComponentVideo - Win32 Debug"
  16. !MESSAGE 
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE 
  19. !MESSAGE "RTPMPComponentVideo - Win32 Release" (based on\
  20.  "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "RTPMPComponentVideo - Win32 Debug" (based on\
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32.  
  33. CPP=cl.exe
  34. MTL=midl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "RTPMPComponentVideo - Win32 Release"
  38.  
  39. OUTDIR=.\Release
  40. INTDIR=.\Release
  41. # Begin Custom Macros
  42. OutDir=.\Release
  43. # End Custom Macros
  44.  
  45. !IF "$(RECURSE)" == "0" 
  46.  
  47. ALL : "$(OUTDIR)\RTPMPComponentVideo.dll"
  48.  
  49. !ELSE 
  50.  
  51. ALL : "$(OUTDIR)\RTPMPComponentVideo.dll"
  52.  
  53. !ENDIF 
  54.  
  55. CLEAN :
  56.     -@erase "$(INTDIR)\ComponentVideoPayload.obj"
  57.     -@erase "$(INTDIR)\RTPMPComponentVideo.obj"
  58.     -@erase "$(INTDIR)\vc50.idb"
  59.     -@erase "$(OUTDIR)\RTPMPComponentVideo.dll"
  60.     -@erase "$(OUTDIR)\RTPMPComponentVideo.exp"
  61.     -@erase "$(OUTDIR)\RTPMPComponentVideo.ilk"
  62.     -@erase "$(OUTDIR)\RTPMPComponentVideo.lib"
  63.  
  64. "$(OUTDIR)" :
  65.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  66.  
  67. CPP_PROJ=/nologo /MT /W3 /GX /O2 /I ".\Headers" /I "..\..\QTDevWin\CIncludes"\
  68.  /I "..\..\QTDevWin\ComponentIncludes" /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  69.  /Fp"$(INTDIR)\RTPMPComponentVideo.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\
  70.  /FD /c 
  71. CPP_OBJS=.\Release/
  72. CPP_SBRS=.
  73. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
  74. BSC32=bscmake.exe
  75. BSC32_FLAGS=/nologo /o"$(OUTDIR)\RTPMPComponentVideo.bsc" 
  76. BSC32_SBRS= \
  77.     
  78. LINK32=link.exe
  79. LINK32_FLAGS=qtmlclient.lib qtsclient.lib kernel32.lib user32.lib gdi32.lib\
  80.  winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\
  81.  uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll\
  82.  /incremental:yes /pdb:"$(OUTDIR)\RTPMPComponentVideo.pdb" /machine:I386\
  83.  /def:".\RTPMPComponentVideo.def" /out:"$(OUTDIR)\RTPMPComponentVideo.dll"\
  84.  /implib:"$(OUTDIR)\RTPMPComponentVideo.lib" /libpath:"..\..\QTDevWin\Libraries"\
  85.  
  86. DEF_FILE= \
  87.     ".\RTPMPComponentVideo.def"
  88. LINK32_OBJS= \
  89.     "$(INTDIR)\ComponentVideoPayload.obj" \
  90.     "$(INTDIR)\RTPMPComponentVideo.obj"
  91.  
  92. "$(OUTDIR)\RTPMPComponentVideo.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  93.     $(LINK32) @<<
  94.   $(LINK32_FLAGS) $(LINK32_OBJS)
  95. <<
  96.  
  97. SOURCE=$(InputPath)
  98. PostBuild_Desc=Creating qtx file
  99. DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
  100.  
  101. ALL : $(DS_POSTBUILD_DEP)
  102.  
  103. # Begin Custom Macros
  104. OutDir=.\Release
  105. # End Custom Macros
  106.  
  107. $(DS_POSTBUILD_DEP) : "$(OUTDIR)\RTPMPComponentVideo.dll"
  108.    MyRezWackRelease.bat
  109.     echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
  110.  
  111. !ELSEIF  "$(CFG)" == "RTPMPComponentVideo - Win32 Debug"
  112.  
  113. OUTDIR=.\Debug
  114. INTDIR=.\Debug
  115. # Begin Custom Macros
  116. OutDir=.\Debug
  117. # End Custom Macros
  118.  
  119. !IF "$(RECURSE)" == "0" 
  120.  
  121. ALL : "$(OUTDIR)\RTPMPComponentVideo.dll"
  122.  
  123. !ELSE 
  124.  
  125. ALL : "$(OUTDIR)\RTPMPComponentVideo.dll"
  126.  
  127. !ENDIF 
  128.  
  129. CLEAN :
  130.     -@erase "$(INTDIR)\ComponentVideoPayload.obj"
  131.     -@erase "$(INTDIR)\RTPMPComponentVideo.obj"
  132.     -@erase "$(INTDIR)\vc50.idb"
  133.     -@erase "$(INTDIR)\vc50.pdb"
  134.     -@erase "$(OUTDIR)\RTPMPComponentVideo.dll"
  135.     -@erase "$(OUTDIR)\RTPMPComponentVideo.exp"
  136.     -@erase "$(OUTDIR)\RTPMPComponentVideo.ilk"
  137.     -@erase "$(OUTDIR)\RTPMPComponentVideo.lib"
  138.     -@erase "$(OUTDIR)\RTPMPComponentVideo.pdb"
  139.  
  140. "$(OUTDIR)" :
  141.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  142.  
  143. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I ".\Headers" /I\
  144.  "..\..\QTDevWin\CIncludes" /I "..\..\QTDevWin\ComponentIncludes" /D "WIN32" /D\
  145.  "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\RTPMPComponentVideo.pch" /YX\
  146.  /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  147. CPP_OBJS=.\Debug/
  148. CPP_SBRS=.
  149. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
  150. BSC32=bscmake.exe
  151. BSC32_FLAGS=/nologo /o"$(OUTDIR)\RTPMPComponentVideo.bsc" 
  152. BSC32_SBRS= \
  153.     
  154. LINK32=link.exe
  155. LINK32_FLAGS=qtmlclient.lib qtsclient.lib kernel32.lib user32.lib gdi32.lib\
  156.  winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\
  157.  uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll\
  158.  /incremental:yes /pdb:"$(OUTDIR)\RTPMPComponentVideo.pdb" /debug /machine:I386\
  159.  /def:".\RTPMPComponentVideo.def" /out:"$(OUTDIR)\RTPMPComponentVideo.dll"\
  160.  /implib:"$(OUTDIR)\RTPMPComponentVideo.lib" /pdbtype:sept\
  161.  /libpath:"..\..\QTDevWin\Libraries" 
  162. DEF_FILE= \
  163.     ".\RTPMPComponentVideo.def"
  164. LINK32_OBJS= \
  165.     "$(INTDIR)\ComponentVideoPayload.obj" \
  166.     "$(INTDIR)\RTPMPComponentVideo.obj"
  167.  
  168. "$(OUTDIR)\RTPMPComponentVideo.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  169.     $(LINK32) @<<
  170.   $(LINK32_FLAGS) $(LINK32_OBJS)
  171. <<
  172.  
  173. SOURCE=$(InputPath)
  174. PostBuild_Desc=Creating qtx file
  175. DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
  176.  
  177. ALL : $(DS_POSTBUILD_DEP)
  178.  
  179. # Begin Custom Macros
  180. OutDir=.\Debug
  181. # End Custom Macros
  182.  
  183. $(DS_POSTBUILD_DEP) : "$(OUTDIR)\RTPMPComponentVideo.dll"
  184.    MyRezWackDebug.bat
  185.     echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
  186.  
  187. !ENDIF 
  188.  
  189. .c{$(CPP_OBJS)}.obj::
  190.    $(CPP) @<<
  191.    $(CPP_PROJ) $< 
  192. <<
  193.  
  194. .cpp{$(CPP_OBJS)}.obj::
  195.    $(CPP) @<<
  196.    $(CPP_PROJ) $< 
  197. <<
  198.  
  199. .cxx{$(CPP_OBJS)}.obj::
  200.    $(CPP) @<<
  201.    $(CPP_PROJ) $< 
  202. <<
  203.  
  204. .c{$(CPP_SBRS)}.sbr::
  205.    $(CPP) @<<
  206.    $(CPP_PROJ) $< 
  207. <<
  208.  
  209. .cpp{$(CPP_SBRS)}.sbr::
  210.    $(CPP) @<<
  211.    $(CPP_PROJ) $< 
  212. <<
  213.  
  214. .cxx{$(CPP_SBRS)}.sbr::
  215.    $(CPP) @<<
  216.    $(CPP_PROJ) $< 
  217. <<
  218.  
  219.  
  220. !IF "$(CFG)" == "RTPMPComponentVideo - Win32 Release" || "$(CFG)" ==\
  221.  "RTPMPComponentVideo - Win32 Debug"
  222. SOURCE=.\Sources\ComponentVideoPayload.c
  223.  
  224. !IF  "$(CFG)" == "RTPMPComponentVideo - Win32 Release"
  225.  
  226. DEP_CPP_COMPO=\
  227.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  228.     "..\..\qtdevwin\cincludes\endian.h"\
  229.     "..\..\qtdevwin\cincludes\mactypes.h"\
  230.     ".\headers\componentvideopayload.h"\
  231.     
  232.  
  233. "$(INTDIR)\ComponentVideoPayload.obj" : $(SOURCE) $(DEP_CPP_COMPO) "$(INTDIR)"
  234.     $(CPP) $(CPP_PROJ) $(SOURCE)
  235.  
  236.  
  237. !ELSEIF  "$(CFG)" == "RTPMPComponentVideo - Win32 Debug"
  238.  
  239. DEP_CPP_COMPO=\
  240.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  241.     "..\..\qtdevwin\cincludes\endian.h"\
  242.     "..\..\qtdevwin\cincludes\mactypes.h"\
  243.     ".\headers\componentvideopayload.h"\
  244.     
  245.  
  246. "$(INTDIR)\ComponentVideoPayload.obj" : $(SOURCE) $(DEP_CPP_COMPO) "$(INTDIR)"
  247.     $(CPP) $(CPP_PROJ) $(SOURCE)
  248.  
  249.  
  250. !ENDIF 
  251.  
  252. SOURCE=.\Sources\RTPMPComponentVideo.c
  253.  
  254. !IF  "$(CFG)" == "RTPMPComponentVideo - Win32 Release"
  255.  
  256. DEP_CPP_RTPMP=\
  257.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  258.     "..\..\qtdevwin\cincludes\aliases.h"\
  259.     "..\..\qtdevwin\cincludes\appleevents.h"\
  260.     "..\..\qtdevwin\cincludes\appletalk.h"\
  261.     "..\..\qtdevwin\cincludes\codefragments.h"\
  262.     "..\..\qtdevwin\cincludes\collections.h"\
  263.     "..\..\qtdevwin\cincludes\components.h"\
  264.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  265.     "..\..\qtdevwin\cincludes\controls.h"\
  266.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  267.     "..\..\qtdevwin\cincludes\dialogs.h"\
  268.     "..\..\qtdevwin\cincludes\drag.h"\
  269.     "..\..\qtdevwin\cincludes\endian.h"\
  270.     "..\..\qtdevwin\cincludes\errors.h"\
  271.     "..\..\qtdevwin\cincludes\events.h"\
  272.     "..\..\qtdevwin\cincludes\files.h"\
  273.     "..\..\qtdevwin\cincludes\finder.h"\
  274.     "..\..\qtdevwin\cincludes\icons.h"\
  275.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  276.     "..\..\qtdevwin\cincludes\macmemory.h"\
  277.     "..\..\qtdevwin\cincludes\mactypes.h"\
  278.     "..\..\qtdevwin\cincludes\macwindows.h"\
  279.     "..\..\qtdevwin\cincludes\menus.h"\
  280.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  281.     "..\..\qtdevwin\cincludes\movies.h"\
  282.     "..\..\qtdevwin\cincludes\notification.h"\
  283.     "..\..\qtdevwin\cincludes\osutils.h"\
  284.     "..\..\qtdevwin\cincludes\patches.h"\
  285.     "..\..\qtdevwin\cincludes\processes.h"\
  286.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  287.     "..\..\qtdevwin\cincludes\qtstreamingcomponents.h"\
  288.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  289.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  290.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  291.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  292.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  293.     "..\..\qtdevwin\cincludes\sound.h"\
  294.     "..\..\qtdevwin\cincludes\standardfile.h"\
  295.     "..\..\qtdevwin\cincludes\textcommon.h"\
  296.     "..\..\qtdevwin\cincludes\textedit.h"\
  297.     "..\..\qtdevwin\cincludes\video.h"\
  298.     "..\..\qtdevwin\componentincludes\componentdispatchhelper.c"\
  299.     "..\..\qtdevwin\componentincludes\components.k.h"\
  300.     "..\..\qtdevwin\componentincludes\qtstreamingcomponents.k.h"\
  301.     ".\headers\componentvideopayload.h"\
  302.     ".\headers\componentvideortp.h"\
  303.     ".\headers\componentvideortpresources.h"\
  304.     ".\headers\rtpmpcomponentvideo.h"\
  305.     ".\headers\rtpmpcomponentvideodispatch.h"\
  306.     ".\headers\rtpmpcomponentvideoresources.h"\
  307.     
  308.  
  309. "$(INTDIR)\RTPMPComponentVideo.obj" : $(SOURCE) $(DEP_CPP_RTPMP) "$(INTDIR)"
  310.     $(CPP) $(CPP_PROJ) $(SOURCE)
  311.  
  312.  
  313. !ELSEIF  "$(CFG)" == "RTPMPComponentVideo - Win32 Debug"
  314.  
  315. DEP_CPP_RTPMP=\
  316.     "..\..\qtdevwin\cincludes\aedatamodel.h"\
  317.     "..\..\qtdevwin\cincludes\aliases.h"\
  318.     "..\..\qtdevwin\cincludes\appleevents.h"\
  319.     "..\..\qtdevwin\cincludes\appletalk.h"\
  320.     "..\..\qtdevwin\cincludes\codefragments.h"\
  321.     "..\..\qtdevwin\cincludes\collections.h"\
  322.     "..\..\qtdevwin\cincludes\components.h"\
  323.     "..\..\qtdevwin\cincludes\conditionalmacros.h"\
  324.     "..\..\qtdevwin\cincludes\controls.h"\
  325.     "..\..\qtdevwin\cincludes\datetimeutils.h"\
  326.     "..\..\qtdevwin\cincludes\dialogs.h"\
  327.     "..\..\qtdevwin\cincludes\drag.h"\
  328.     "..\..\qtdevwin\cincludes\endian.h"\
  329.     "..\..\qtdevwin\cincludes\errors.h"\
  330.     "..\..\qtdevwin\cincludes\events.h"\
  331.     "..\..\qtdevwin\cincludes\files.h"\
  332.     "..\..\qtdevwin\cincludes\finder.h"\
  333.     "..\..\qtdevwin\cincludes\icons.h"\
  334.     "..\..\qtdevwin\cincludes\imagecompression.h"\
  335.     "..\..\qtdevwin\cincludes\macmemory.h"\
  336.     "..\..\qtdevwin\cincludes\mactypes.h"\
  337.     "..\..\qtdevwin\cincludes\macwindows.h"\
  338.     "..\..\qtdevwin\cincludes\menus.h"\
  339.     "..\..\qtdevwin\cincludes\mixedmode.h"\
  340.     "..\..\qtdevwin\cincludes\movies.h"\
  341.     "..\..\qtdevwin\cincludes\notification.h"\
  342.     "..\..\qtdevwin\cincludes\osutils.h"\
  343.     "..\..\qtdevwin\cincludes\patches.h"\
  344.     "..\..\qtdevwin\cincludes\processes.h"\
  345.     "..\..\qtdevwin\cincludes\qdoffscreen.h"\
  346.     "..\..\qtdevwin\cincludes\qtstreamingcomponents.h"\
  347.     "..\..\qtdevwin\cincludes\quickdraw.h"\
  348.     "..\..\qtdevwin\cincludes\quickdrawtext.h"\
  349.     "..\..\qtdevwin\cincludes\quicktimecomponents.h"\
  350.     "..\..\qtdevwin\cincludes\quicktimemusic.h"\
  351.     "..\..\qtdevwin\cincludes\quicktimestreaming.h"\
  352.     "..\..\qtdevwin\cincludes\sound.h"\
  353.     "..\..\qtdevwin\cincludes\standardfile.h"\
  354.     "..\..\qtdevwin\cincludes\textcommon.h"\
  355.     "..\..\qtdevwin\cincludes\textedit.h"\
  356.     "..\..\qtdevwin\cincludes\video.h"\
  357.     "..\..\qtdevwin\componentincludes\componentdispatchhelper.c"\
  358.     "..\..\qtdevwin\componentincludes\components.k.h"\
  359.     "..\..\qtdevwin\componentincludes\qtstreamingcomponents.k.h"\
  360.     ".\headers\componentvideopayload.h"\
  361.     ".\headers\componentvideortp.h"\
  362.     ".\headers\componentvideortpresources.h"\
  363.     ".\headers\rtpmpcomponentvideo.h"\
  364.     ".\headers\rtpmpcomponentvideodispatch.h"\
  365.     ".\headers\rtpmpcomponentvideoresources.h"\
  366.     
  367.  
  368. "$(INTDIR)\RTPMPComponentVideo.obj" : $(SOURCE) $(DEP_CPP_RTPMP) "$(INTDIR)"
  369.     $(CPP) $(CPP_PROJ) $(SOURCE)
  370.  
  371.  
  372. !ENDIF 
  373.  
  374.  
  375. !ENDIF 
  376.  
  377.